/*header*/
.header {
	position: relative;
}

.head {
	position: absolute;
	z-index: 10;
}

.h-box {
	height: 160px;
}

.logo {
	margin-top: 50px;
}

/*导航*/
.nav {
	margin-top: 60px;
}

.n-li a {
	line-height: 40px;
	font-size: 18px;
	padding: 0 15px;
	color: #333333;
}

/*二级导航*/
.db .n-box2{
	display: none !important;
	position: relative;
	z-index: 9;
}

.n-li:hover .n-box2 {
	display: block;
}

.n-li2 {
	margin: 1px 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}

.n-li2 a {
	font-size: 14px;
	line-height: 40px;
	color: #dddddd;
	padding: 0;
}

/*footer*/
.footer {
	
}

.f-bottom {
	height: 50px;
	line-height: 50px;
}

.f-bottom span {
	font-size: 14px;
	color: #333333;
}

.f-top {
	background: url(../img/bg.jpg);
}

.f-t-div {
	width: 49.5%;
}

.f-left {
	
}

.f-left h1 {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 50px 0 30px;
}

.f-left h2 {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 50px;
	border-bottom: #999999 solid 1px;
}

.f-left p {
	color: #FFFFFF;
	margin-top: 20px;
}

.f-left p i {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.f-left p span {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}

.f-left div {
	margin-top: 30px;
	border-top: #999999 solid 1px;
	padding: 30px 0 50px;
}

.f-right {
	margin: 50px 0;
	padding: 50px 20px 20px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.f-right h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.f-right h2 {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
}

.form {
	padding: 20px 0;
}

.form-div {
	height: 60px;
}

.form-input {
	width: 75%;
	height: 40px;
	margin: 0 auto;
	opacity: 0.2;
}

.form-info {
	width: 75%;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	top: -40px;
	z-index: 12;
	background: transparent;
}

.form-div1 {
	height: 120px;
}

.form-div1 .form-input {
	height: 120px;
}

.form-div1 .form-info {
	height: 120px;
	top: -120px;
}

.btn {
	padding: 10px 50px;
	margin: 20px 0 10px;
}


/* 标题 */
.title {
	/* padding: 30px 0; */
}

.t-left {
	font-size: 50px;
	line-height: 50px;
	margin-right: 5px;
	text-transform: uppercase;
}

.t-right {
	height: 55px;
	text-align: left;
}

.t-right h2 {
	font-size: 18px;
	text-transform: uppercase;
}

.t-right h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
}


/* 栏目 */
.lm-con {
	padding-top: 30px;
}

.lm-left {
	width: 600px;
}

.lm-left img {
	height: 450px;
}

.lm-right {
	width: 560px;
	height: 450px;
	position: relative;
}

.lm-info {
	width: 560px;
	height: 450px;
	box-sizing: border-box;
	padding: 20px 30px;
}

.lm-right:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	/* background: #000000; */
	border-top: #000000 solid 1px;
	border-left: #000000 solid 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.lm-right:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	/* background: #000000; */
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.lm-info h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}

.lm-intro {
	height: 300px;
	margin: 20px 0;
}

.lm-intro p, .lm-intro div, .lm-intro span {
	font-size: 16px;
	line-height: 30px;
}

.more {
	text-align: right;
}

.lm-info a {
	padding: 0 40px;
	line-height: 40px;
	font-size: 14px;
}

/* 图文 */
.tw-list {
	padding-top: 30px;
}

.tw-one1 {
	width: 400px;
	padding: 10px;
	box-sizing: border-box;
}

.tw-one1 .tw-o-div  {
	background: #FFFFFF;
	padding: 30px;
	box-sizing: border-box;
}

.tw-o-div h1 {
	color: #333333;
}

.tw-o-img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

.tw-o-img img {
	width: 150px;
	height: 150px;
}

.tw-one1 h1 {
	font-size: 18px;
	margin-top: 40px;
}

.tw-o-intro {
	margin-top: 20px;max-height: 100px;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}

.tw-o-intro div, .tw-o-intro p, .tw-o-intro span {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

/* 风格二 */
.tw-one2 {
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
	border: #DDDDDD solid 1px;
}

.tw-one2:nth-child(3n) {
	margin-right: 0;
}

.tw-one2 h1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 38px;
	color: #000000;
}

.tw-o-intro2 {
	margin-top: 0;
}


/* 新闻中心 */
.new-list {
	margin-top: 30px;
}

.new-left {
	width: 500px;
}

.new-right {
	width: 650px;
	height: 378px;
}

.new-one {
	height: 126px;
}

.new-o-left {
	width: 100px;
	height: 80px;
	border: #999999 solid 1px;
	box-sizing: border-box;
}

.new-o-left h1 {
	font-size: 30px;
	line-height: 50px;
}

.new-o-left h2 {
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

.new-o-right {
	width: 530px;
	text-align: left;
}

.new-o-right h2 {
	font-size: 16px;
	color: #333333;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}

.new-o-info {
	margin-top: 10px;
	height:45px;
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}

.new-o-info p, .new-o-info div, .new-o-info span {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

/* 风格二 */
.new-one2 {
	width: 580px;
	margin-right: 40px;
}

.new-one2:nth-child(2n) {
	margin-right: 0;
}

.new-one2 .new-o-right {
	width: 460px;
}

/* 当前位置 */
.posi {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.posi i {
	margin-right: 5px;
}

.posi i, .posi span, .posi a {
	vertical-align: top;
}

/* 分类 */
.category {
	height: 50px;
}

.cate {
	height: 50px;
}

.cate a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 15px 0;
	padding: 0 20px;
	border-left: #333333 solid 2px;
}

.cate a:first-child {
	border-left: none;
}

/* 内容title */
.p-title h1 {
	font-size: 40px;
	text-transform: uppercase;
}

.p-title h2 {
	font-size: 18px;
	line-height: 30px;
}

.p-title h2:before, .p-title h2:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 0;
	border-top: #000000 solid 1px;
	vertical-align: middle;
	position: relative;
}

.p-title h2:before {
	right: 20px;
}

.p-title h2:after {
	left: 20px;
}

.p-lm-con {
	margin-top: 30px;
}

/* 图文详情 */
.p-tw-info h1 {
	font-size: 30px;
}

.p-tw-img {
	margin-top: 20px;
}

.p-tw-img img {
	max-width: 50%;
}

/* 新闻详情 */
.p-new-info h1 {
	font-size: 30px;
}

.p-new-info h4 {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

.p-new-img {
}

.p-new-img img {
	max-width: 50%;
}
.tw-o-img2 img{
	width: 100%;
}